home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / PingPong.app / English.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1995-09-23  |  544 b   |  45 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     saveImage:;
  9.     inspect:;
  10.     info:;
  11.     openImage:;
  12.     updateInspector:;
  13.     };
  14.     OUTLETS = {
  15.     infoPanel;
  16.     inspector;
  17.     newWindow;
  18.     infoView;
  19.     newImage;
  20.     saveBut;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. Inspector = {
  25.     ACTIONS = {
  26.     showWidth:;
  27.     showGamma:;
  28.     showType:;
  29.     showDepth:;
  30.     showHeight:;
  31.     showBackground:;
  32.     showInterlace:;
  33.     };
  34.     OUTLETS = {
  35.     gamma;
  36.     interlace;
  37.     type;
  38.     depth;
  39.     height;
  40.     background;
  41.     width;
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45.